home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / lan / nwtcpip.zip / TCPNET.TXT < prev   
Text File  |  1994-05-06  |  5KB  |  86 lines

  1. This document attempts to explain how to configure the Netware Requester and
  2. IBM' TCP/IP product. It uses the ndis drivers as the base drivers.
  3.  
  4. (This explanation courtesy of Dave Scott at the University of Cambridge)
  5.  
  6.  
  7. Regarding:               RE>[Netware and TCP/IP]
  8. I grabbed your document and found it good. I have included an alternative way
  9. to setup which rigs ODI on top of NDIS to give (I think) an easier alternative.
  10. Feel free to use, edit or discard as you see fit
  11. -------------------------------------------------------------------------------
  12. Making TCP/IP and Netware coexist - The Alternative
  13.  
  14. Most people use the ODINSUP method to get Netware and TCP/IP to work on the same
  15. network adapter. This method basically gives control of the network card to the
  16. network driver that is written to the ODI specification that is required for
  17. Netware (and is championed by Novell). The ODINSUP program is  what is commonly
  18. called a 'shim' in that it provides the glue for programs that write to the NDIS
  19. spec (like IBM TCP/IP for OS/2).
  20.  
  21. This approach is fine in the main but there is an alternative that has the
  22. opposite arrangement. I find this alternative poorly documented (as in not
  23. mentioned anywhere I know about) but much easier to setup. This method uses a
  24. file ODI2NDI.OS2 as the 'shim' and allows the NDIS driver to control the card
  25. with ODI supported on top of that. This is often necessary because some network
  26. card manufacturers may only support NDIS drivers (like IBM) or the NDIS driver
  27. may be better written or more up-to-date. It also has to do with how you view
  28. your network (as a Netware or TCP/IP network primarily).
  29.  
  30. IBM in their wisdom (?) when they supplied the LAPS (Lan Adapter Protocol
  31. Support) program disk with the TCP/IP package chose not to include any protocol
  32. support other than for TCP/IP. This is the main stumbling block for anyone
  33. trying to install via the ODI2NDI method. There are a couple of ways around
  34. this.
  35.  
  36. 1)      If you have Lan Server use the LAPS disk from there.
  37. 2)      You can buy something called NTS/2 (This is the way IBM recommends) :-(
  38. 3)      You can ask IBM or your dealer for the WR7020 CSD for LAPS (available
  39.         from ftp.informatik.tu-muenchen.de
  40.         pub/comp/os/os2/lanserver/csds/wr07020.zip)
  41. 4)      You can get a copy of one of the option disk that comes with an 
  42.         IBM network card (like the etherstreamer) from the IBM BBS.
  43.  
  44. Which of these options you use depend very much on what is available on your
  45. site and whatever licencing restrictions are in force.
  46.  
  47. Okay, assuming now your LAPS version is at least to the WR7020 level (use
  48. SYSLEVEL to check) you will have support for the Netware requester. The first
  49. thing to do is install TCP/IP as per the excellent install procedure.
  50.  
  51. Reboot the machine and make sure that your setup is working fine. Once you are
  52. sure everything is okay you are ready to install the Netware Requester.
  53. Make a backup of your CONFIG.SYS and PROTOCOL.INI and have a boot floppy
  54. ready just in case. During the installation of Netware you will be prompted to
  55. name the driver being used DONOT select any of the drivers listed but type
  56.         
  57.         C:\IBMCOM\PROTOCOL\ODI2NDI.OS2
  58.  
  59. (change C: to point to the correct drive for your system).
  60.  
  61. After you have completed the installation go ahead and create your NET.CFG file
  62. using the example I have included. When you quit from the intall procedure you
  63. are prompted to reboot the system - DONOT do this.
  64.  
  65. Start up LAPS (OS/2 System - System Setup  - LAPS icons) select the Netware
  66. Requester from the Protocol table and add it so it shows up in the current
  67. configuration box. Here is the good bit - double click on the Netware Requester
  68. line in the current configuration box to open the option screen for it (or
  69. highlight it and press the edit button). Go ahead and enter the various options
  70. in there. The defaults are for token ring, if you use ethernet change the token
  71. ring stuff to no and the ethernet stuff to yes. That's it, go ahead and save
  72. then exit LAPS. Go ahead and reboot your system keeping your fingers crossed.
  73. Bootup will now take much longer so don't panic.
  74.  
  75. When I first did this I was presented with a Trap D which turned out to be a
  76. know problem on ethernet cards. The solution is to get an older copy of
  77. ODI2NDI.OS2 and install that. You can get this from IBM or some FTP site (I used
  78. ftp.informatik.tu-muenchen.de  pub/comp/os/os2/lanserver/ntsod2nd.zip). The boot
  79. floppy I had came into its own here :-)
  80.  
  81. One final thing - I had to rename the TCP/IP LOGIN.EXE file to avoid confusion
  82. with the Novell LOGIN.EXE.
  83.  
  84. That as they say is that. Enjoy !!
  85.  
  86.